home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TKEYDEFINITION / TKEYDEFINITION.txt
Text File  |  1997-06-09  |  3KB  |  108 lines

  1. object KeyDefinition: TKeyDefinition
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Key Macro Definition'
  6.   ClientHeight = 113
  7.   ClientWidth = 423
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 124
  20.     Height = 13
  21.     Caption = 'Enter definition for this key'
  22.     Font.Color = clWindowText
  23.     Font.Height = -12
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object SpeedButton1: TSpeedButton
  29.     Left = 8
  30.     Top = 32
  31.     Width = 20
  32.     Height = 20
  33.     Hint = 'Edit command|'
  34.     Glyph.Data = {
  35.       78010000424D7801000000000000760000002800000020000000100000000100
  36.       04000000000000000000120B0000120B00000000000000000000000000000000
  37.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  38.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  39.       000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
  40.       00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
  41.       F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
  42.       0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
  43.       FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
  44.       FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
  45.       0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
  46.       00333377737FFFFF7733333033000000033333373377777773330000}
  47.     NumGlyphs = 2
  48.     OnClick = SpeedButton1Click
  49.   end
  50.   object KeyDef: TEdit
  51.     Left = 32
  52.     Top = 32
  53.     Width = 377
  54.     Height = 21
  55.     AutoSize = False
  56.     Font.Color = clWindowText
  57.     Font.Height = -13
  58.     Font.Name = 'Courier New'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     TabOrder = 0
  62.   end
  63.   object OKBtn: TBitBtn
  64.     Left = 112
  65.     Top = 72
  66.     Width = 77
  67.     Height = 27
  68.     Font.Color = clBtnText
  69.     Font.Height = -12
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 1
  74.     OnClick = OKBtnClick
  75.     Kind = bkOK
  76.   end
  77.   object CancelBtn: TBitBtn
  78.     Left = 208
  79.     Top = 72
  80.     Width = 77
  81.     Height = 27
  82.     Font.Color = clBtnText
  83.     Font.Height = -12
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentFont = False
  87.     TabOrder = 2
  88.     OnClick = CancelBtnClick
  89.     Kind = bkCancel
  90.   end
  91.   object KeyName: TEdit
  92.     Left = 144
  93.     Top = 8
  94.     Width = 209
  95.     Height = 17
  96.     BorderStyle = bsNone
  97.     Color = clBtnFace
  98.     Ctl3D = False
  99.     Font.Color = clWindowText
  100.     Font.Height = -12
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = [fsBold]
  103.     ParentCtl3D = False
  104.     ParentFont = False
  105.     TabOrder = 3
  106.   end
  107. end
  108.